home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / tentacle.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  204 b   |  30 lines

  1. Tentacle
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-2.0
  8.         y2= 2.0
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         t=sin(z)
  17.         s=cos(z)
  18.         t=t*t
  19.         s=s*s
  20.         z=s/t
  21.         z=z+c
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.